projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c39a40
)
(describe_translation): Insert newline after key description.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 30 Oct 1995 19:33:01 +0000
(19:33 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 30 Oct 1995 19:33:01 +0000
(19:33 +0000)
src/keymap.c
patch
|
blob
|
history
diff --git
a/src/keymap.c
b/src/keymap.c
index de03a7848790e8af2c77ac8de37484e0270dd7d6..29b8c49af1d3315d1ff5a5828ba8cbae9447ba70 100644
(file)
--- a/
src/keymap.c
+++ b/
src/keymap.c
@@
-2117,7
+2117,10
@@
describe_translation (definition)
insert_string ("\n");
}
else if (STRINGP (definition) || VECTORP (definition))
- insert1 (Fkey_description (definition));
+ {
+ insert1 (Fkey_description (definition));
+ insert_string ("\n");
+ }
else
{
tem1 = Fkeymapp (definition);